home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / ZAP / !Zap / Code / Extensions / BootDisasm < prev    next >
Text File  |  2002-05-08  |  502b  |  17 lines

  1. |
  2. | Debugger boot file
  3. |
  4. |Make sure the Disassembler is dead to avoid any potential clash
  5. |
  6. RMEnsure Disassembler 0.00 Set Zap$Temp "1"
  7. IF "<Zap$Temp>" <> "1" THEN RMKill Disassembler
  8. Unset Zap$Temp
  9. |
  10. | RMEnsure Debugger 2.00 RMLoad System:Modules.Debugger
  11. RMEnsure Debugger 2.00 RMLoad ZapExtensions:ExtAsm.Debugger
  12. |
  13. | Note that the 'System' location is to be preferred.
  14. | The Debugger in included with Zap only for convenience of distribution
  15. |
  16. DisassemblerFlags -FDwithR13 1 -ANDEQasDCD 1 -Shift 1
  17.